home *** CD-ROM | disk | FTP | other *** search
/ Office 97 One Step at a Time / Office 97 One Step at a Time.iso / exercise / ex23-1f.mdb / Music Collection.json
Encoding:
JavaScript Object Notation  |  1999-09-19  |  1.6 KB

  1. {
  2.     "schema": {
  3.         "RecordingTitle": "Text (50)",
  4.         "RecordingArtistID": "Text (50)",
  5.         "MusicCategoryID": "Text (50)",
  6.         "Format": "Text (50)",
  7.         "Good Condition?": "Boolean NOT NULL"
  8.     },
  9.     "data": [
  10.         {
  11.             "RecordingTitle": "Field of Dreams",
  12.             "RecordingArtistID": "Billy Joel",
  13.             "MusicCategoryID": "Rock",
  14.             "Format": "CD",
  15.             "Good Condition?": 1
  16.         },
  17.         {
  18.             "RecordingTitle": "Beethovens 9th Symphony",
  19.             "RecordingArtistID": "NY Symphony",
  20.             "MusicCategoryID": "Classical",
  21.             "Format": "Tape",
  22.             "Good Condition?": 1
  23.         },
  24.         {
  25.             "RecordingTitle": "The Broadway Album",
  26.             "RecordingArtistID": "Boston Philharmonic",
  27.             "MusicCategoryID": "Pop",
  28.             "Format": "CD",
  29.             "Good Condition?": 1
  30.         },
  31.         {
  32.             "RecordingTitle": "1812 Overture",
  33.             "RecordingArtistID": "Boston Pops",
  34.             "MusicCategoryID": "Classical",
  35.             "Format": "CD",
  36.             "Good Condition?": 1
  37.         },
  38.         {
  39.             "RecordingTitle": "Torch Song",
  40.             "RecordingArtistID": "Carly Simon",
  41.             "MusicCategoryID": "Pop",
  42.             "Format": "Tape",
  43.             "Good Condition?": 0
  44.         },
  45.         {
  46.             "RecordingTitle": "Phantom Center",
  47.             "RecordingArtistID": "Ferron",
  48.             "MusicCategoryID": "Folk",
  49.             "Format": "CD",
  50.             "Good Condition?": 0
  51.         },
  52.         {
  53.             "RecordingTitle": "Rites of Passage",
  54.             "RecordingArtistID": "Indigo Girls",
  55.             "MusicCategoryID": "Rock",
  56.             "Format": "CD",
  57.             "Good Condition?": 1
  58.         },
  59.         {
  60.             "RecordingTitle": "Turnstiles",
  61.             "RecordingArtistID": "Bily Joel",
  62.             "MusicCategoryID": "Rock",
  63.             "Format": "CD",
  64.             "Good Condition?": 1
  65.         },
  66.         {
  67.             "RecordingTitle": "Color Me Barbara",
  68.             "RecordingArtistID": "Barbra Streisand",
  69.             "MusicCategoryID": "Pop",
  70.             "Format": "Tape",
  71.             "Good Condition?": 1
  72.         },
  73.         {
  74.             "RecordingTitle": "Christmas Album",
  75.             "RecordingArtistID": "Vienna Boys Choir",
  76.             "MusicCategoryID": "Classical",
  77.             "Format": "Tape",
  78.             "Good Condition?": 1
  79.         },
  80.         {
  81.             "RecordingTitle": "Pop Pop",
  82.             "RecordingArtistID": "Ricky Lee Jones",
  83.             "MusicCategoryID": "Rock",
  84.             "Format": "Tape",
  85.             "Good Condition?": 0
  86.         }
  87.     ]
  88. }